projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04fc8f2
)
[IA64] asm-offsets.s must depend on $(HDRS)
author
Alex Williamson
<alex.williamson@hp.com>
Thu, 27 Sep 2007 15:00:06 +0000
(09:00 -0600)
committer
Alex Williamson
<alex.williamson@hp.com>
Thu, 27 Sep 2007 15:00:06 +0000
(09:00 -0600)
Signed-off-by: Tristan Gingold <tgingold@free.fr>
xen/arch/ia64/Makefile
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/Makefile
b/xen/arch/ia64/Makefile
index 7b6db2cd488b600f54815eebd777c3a04c4cfbfc..74ff78a8731bf41795ea033af06137125e69aae0 100644
(file)
--- a/
xen/arch/ia64/Makefile
+++ b/
xen/arch/ia64/Makefile
@@
-29,7
+29,8
@@
$(TARGET): $(TARGET)-syms
# Headers do not depend on auto-generated header, but object files do.
$(ALL_OBJS): $(BASEDIR)/include/asm-ia64/asm-xsi-offsets.h
-asm-offsets.s: asm-offsets.c $(BASEDIR)/include/asm-ia64/.offsets.h.stamp
+asm-offsets.s: asm-offsets.c $(HDRS) \
+ $(BASEDIR)/include/asm-ia64/.offsets.h.stamp
$(CC) $(CFLAGS) -DGENERATE_ASM_OFFSETS -DIA64_TASK_SIZE=0 -S -o $@ $<
asm-xsi-offsets.s: asm-xsi-offsets.c $(HDRS)